23. Mini Project: Image Augmentation in Keras

Mini Project: Image Augmentation in Keras

Read more about data augmentation in Keras by perusing the documentation.

In this mini-project, you'll modify the data augmentation in cifar10_augmentation.ipynb and examine how the accuracy of your network changes. Starter code is provided on Github.

Instructions

QUESTION:

Modify Step 5: Create and Configure Augmented Image Generator in the notebook to use different settings for data augmentation. You can peruse the list of available arguments here.

Once you've changed the settings, train the model. Check the accuracy on the test dataset, and report the percentage in the text box below.

ANSWER:

Thank you for completing the mini project!